home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 2000
/
MacHack 2000.toast
/
pc
/
The Hacks
/
Genie
/
Projects
/
Pedestal
/
Source
/
Includes
/
PedPaneIcon.hh
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-06-24
|
308 b
|
22 lines
/* ==============
* PedPaneIcon.hh
* ==============
*
* Implemented by PedPaneIcon.cc
*/
#pragma once
#include <Events.h>
#include "PedPaneImage.hh"
class PedPaneIcon : public PedPaneImage {
public:
PedPaneIcon(PedView &inSuperView);
virtual ~PedPaneIcon();
protected:
virtual void Draw();
};